c# datagridview header color

100

datagridview column color c# -

grid.Columns["NameOfColumn"].DefaultCellStyle.ForeColor = Color.Gray;

c# datagridview header color -

dataGridView1.ColumnHeadersDefaultCellStyle.BackColor = Color.Black

Comments

Submit
0 Comments